home *** CD-ROM | disk | FTP | other *** search
- Subject: RFC - Newlines
- Sent: 7/11/96 7:10 PM
- Received: 7/11/96 6:21 PM
- From: john paulson, paulson3@apple.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
-
- ODF is a cross-platform framework. One bit of cross-platform
- awkwardness is the
- treatment of '\n'. Currently, the MW PPC projects are compiled with the
- flag
- "MPW Newlines" off. This means that if you wish to have an end-of-line
- character,
- you must use the '\r' character. If you move the source code to Windows
- (or OS/2)
- you will have to replace the '\r' with '\n' (or '\r\n', if you have a
- more primitive
- compiler). It also means that ODFRC must be built with MPW Newlines off.
-
- Unless spirited discussion ensues, the R2 projects will be built with
- MPW Newlines
- on.
-